func go/build.parseGoEmbed

2 uses

	go/build (current package)
		read.go#L497: 			embs, err := parseGoEmbed(string(line), pos)
		read.go#L511: func parseGoEmbed(args string, pos token.Position) ([]fileEmbed, error) {